home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / hal / fdi / information / 10freedesktop / 10-battery.fdi next >
Encoding:
Extensible Markup Language  |  2009-04-09  |  419 b   |  15 lines

  1. <?xml version="1.0" encoding="UTF-8"?> <!-- -*- xml -*- --> 
  2.  
  3. <deviceinfo version="0.2">
  4.   <device>
  5.     <match key="info.category" string="battery">
  6.  
  7.       <!-- OLPC's power management system provides charge level change notifications -->
  8.       <match key="info.udi" contains="olpc_battery">
  9.         <merge key="battery.quirk.do_not_poll" type="bool">true</merge>
  10.       </match>
  11.  
  12.     </match>
  13.   </device>
  14. </deviceinfo>
  15.